home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom06.dir / 00022_Script_22 < prev    next >
Text File  |  1995-02-18  |  515b  |  24 lines

  1. on startmovie
  2.   global gsaifu
  3.   if gsaifu = "off" then
  4.     puppetsprite 10, true
  5.     set the type of sprite 10 = 0
  6.   else
  7.     set the type of sprite 10 = 1
  8.     end if
  9.   global gcard1
  10.   if gcard1 = "off" then
  11.     puppetsprite 11, true
  12.     set the type of sprite 11 = 0
  13.   else
  14.     set the type of sprite 11 = 1
  15.     end if
  16.   global gcard2
  17.   if gcard2 = "off" then
  18.     puppetsprite 12, true
  19.     set the type of sprite 12 = 0
  20.   else
  21.     set the type of sprite 12 = 1
  22.     end if
  23. end startmovie
  24.